FlexPivot for WinForms
MultiColumnDictionary コンストラクタ(DataTable,String,String[],Int32)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > MultiColumnDictionary クラス > MultiColumnDictionary コンストラクタ : MultiColumnDictionary コンストラクタ(DataTable,String,String[],Int32)
Data source object.
Name of the data source column that contains unique keys.
Array with the names of the columns that are included in the map.
Name of the column that is displayed in the grid.
Initializes a new instance of a bound MultiColumnDictionary class.
シンタックス
'宣言
 
Public Function New( _
   ByVal table As System.Data.DataTable, _
   ByVal keyColumn As System.String, _
   ByVal columnNames() As System.String, _
   ByVal displayColumn As System.Integer _
)
public MultiColumnDictionary( 
   System.Data.DataTable table,
   System.string keyColumn,
   System.string[] columnNames,
   System.int displayColumn
)

パラメータ

table
Data source object.
keyColumn
Name of the data source column that contains unique keys.
columnNames
Array with the names of the columns that are included in the map.
displayColumn
Name of the column that is displayed in the grid.
参照

MultiColumnDictionary クラス
MultiColumnDictionary メンバ
オーバーロード一覧